UserVariable<T> Class
Represents a user-defined variable plus a value.
Inheritance hierarchy
System.Object
IntervalZero.KINGSTAR.Base.Class.UserVariable<T>
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public class UserVariable<T> : UserVariable
Public Class UserVariable(Of T) Inherits UserVariable
The UserVariable<T> class exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetValue | Gets the value of a user-defined variable. |
![]() |
SetValue | Sets a value for a user-defined variable. |
See also